home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / bin / debconf-get < prev    next >
Text File  |  2007-02-15  |  107b  |  6 lines

  1. #!/bin/sh -e
  2. export DEBIAN_FRONTEND=noninteractive
  3. . /usr/share/debconf/confmodule
  4. db_get "$1"
  5. echo "$RET"
  6.